This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Kirk Refreester 22.Jan.04 11:30 AM a Web browser ToolkitsAll ReleasesWindows 2000
Hi,
I am attaching a notification (new mail) java agent through C API. The agent is working as expected.
However there is a problem when I delete the agent using the following api:
NSFNoteDelete(hDb, agentId, UPDATE_FORCE)
The agent gets deleted from the user's database (verified by notesclient). However the command "tell amgr schedule" in the domino server still lists this agent. Also, in the domino log file there are many null pointer exceptions.
Is this the correct way of deleting an agent ? What can I do so that the agent is completely removed and the server and the domino log is clean ?